package main; public class MainClass { public static void main(String[] args) { StartGui gui1 = new StartGui(); } }